Search
CommonUtils.getLength(T) Method
See Also
 






Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public static <T> int getLength (
    T[][] array,
    int dimension
)

 Parameters

array

dimension

 Return Value

 See Also